projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbcf50d
)
(display_text_line): Declare ovstr as unsigned char *.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 19 Sep 1996 04:25:49 +0000
(
04:25
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 19 Sep 1996 04:25:49 +0000
(
04:25
+0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index ab25dc67ebd08201a13347b906d3d8846cebac2c..48f575cb222f88cc4ce17d77ce2ad4932afe7bc7 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-2670,7
+2670,7
@@
display_text_line (w, start, vpos, hpos, taboffset)
if (pos < ZV || !zv_strings_seen++)
{
int ovlen;
- char *ovstr;
+
unsigned
char *ovstr;
ovlen = overlay_strings (pos, w, &ovstr);
for (; ovlen; ovlen--, ovstr++)
{